-
-
Notifications
You must be signed in to change notification settings - Fork 267
chore(deps): update all non-major dependencies #3221
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
76732b0
to
b94e84d
Compare
b94e84d
to
f019035
Compare
f019035
to
65bb2fa
Compare
65bb2fa
to
a9e57df
Compare
a9e57df
to
469c4e3
Compare
469c4e3
to
3ef671b
Compare
ce584d2
to
0a76788
Compare
0a76788
to
a0edfa1
Compare
a0edfa1
to
71a3e4b
Compare
71a3e4b
to
532c190
Compare
532c190
to
0dcd3bf
Compare
0dcd3bf
to
efcb2c7
Compare
efcb2c7
to
47d418f
Compare
This PR contains the following updates:
5.18.3
->5.22.0
5.2.1
->5.6.3
7.26.10
->7.28.3
1.15.0
->1.16.0
1.15.0
->1.16.0
1.15.0
->1.16.0
2.29.5
->2.29.6
0.9.1
->0.11.0
3.1.0
->3.1.1
4.6.0
->4.7.0
14.1.0
->14.2.32
2.10.1
->2.10.2
5.9.1
->5.22.0
8.6.12
->8.6.14
8.6.12
->8.6.14
8.6.12
->8.6.14
8.6.12
->8.6.14
8.6.12
->8.6.14
8.6.12
->8.6.14
6.0.1
->6.1.0
2.8.3
->2.37.0
0.4.36
->0.5.17
6.4.2
->6.8.0
3.2.3
->3.2.4
8.0.3
->8.1.0
0.0.37
->0.0.38
20.11.30
->20.19.11
18.2.55
->18.3.24
18.2.19
->18.3.7
7.0.1
->7.18.0
7.0.1
->7.18.0
4.2.1
->4.7.0
3.6.0
->3.11.0
5.0.5
->5.2.4
3.4.19
->3.5.20
3.4.19
->3.5.20
5.5.5
->5.13.5
9.1.3
->9.2.1
4.23.3
->4.25.4
9.3.1
->9.5.1
3.1.2
->3.2.0
8.56.0
->8.57.1
14.1.0
->14.2.32
9.1.0
->9.1.2
3.6.3
->3.10.1
2.29.1
->2.32.0
6.8.0
->6.10.2
1.4.5
->1.16.0
7.33.2
->7.37.5
4.6.0
->4.6.2
0.4.19
->0.4.20
0.7.43
->0.8.205
11.2.0
->11.3.1
5.14.1
->5.15.0
6.14.0
->6.15.0
14.0.0
->14.1.0
15.10.2
->15.11.7
9.0.11
->9.1.7
5.1.29
->5.1.30
24.0.0
->24.1.3
1.25.1
->1.30.1
1.23.0
->1.30.1
15.2.11
->15.5.2
0.30.17
->0.30.18
2.21.0
->2.24.0
1.3.2
->1.5.0
0.46.0
->0.52.2
1.2.0
->1.2.2
14.2.26
->14.2.32
6.6.0
->6.8.0
3.16.0
->3.18.1
1.6.18
->1.7.16
0.1.0
->0.2.11
2.2.0
->2.3.0
10.14.0
->10.15.1
8.4.49
->8.5.6
7.0.1
->7.0.2
7.0.0
->7.0.1
7.0.4
->7.0.6
7.0.4
->7.0.5
6.0.1
->6.2.0
7.0.0
->7.0.1
10.27.0
->10.27.1
3.2.5
->3.6.2
3.2.8
->3.4.0
2.3.1
->2.4.1
5.9.1
->5.22.0
18.3.0-canary-14fd9630e-20240213
->18.3.0-next-fecc288b7-20221025
1.9.7
->1.9.9
1.9.7
->1.9.9
8.6.12
->8.6.14
5.37.3
->5.38.6
4.20.3
->4.20.5
5.8.3
->5.9.2
5.8.3
->4.9.5
5.8.3
->5.9.2
7.7.0
->5.29.0
2.14.0
->2.16.0
7.0.6
->7.1.4
7.0.6
->3.2.11
7.0.6
->4.5.14
5.1.4
->4.3.2
3.5.18
->3.5.20
0.23.7
->0.26.0
3.22.4
->3.25.76
Release Notes
chakra-ui/ark (@ark-ui/react)
v5.22.0
Compare Source
Added
Combobox: Add
ComboboxEmpty
component to display content when the combobox has no itemsListbox: Add
ListboxEmpty
component to display content when the listbox has no itemsHover Card: Add support for
disabled
propFixed
Collection: Fix issue where disabled items could be reached via typeahead
Color Picker: Fix issue where color picker was not working correctly in RTL mode
Date Picker: Fix issue where datepicker doesn't revert to a valid value when the input value exceeds the min/max
and blurred
Dismissable: Expose
onRequestDismiss
custom event handler for event a parent layer requests the child layer todismiss. If prevented via
event.preventDefault()
, the child layer will not dismiss when the parent layer isdismissed.
Number Input
pattern
whenformatOptions
is provided. This prevents native pattern validation from conflictingwith formatted values (e.g., currency or percent).
data-scrubbing
attribute to the number input parts.Tags Input: Fix issue where highlighted item doesn't clear when tabbing out of the input to an external button
within the
control
part.Tooltip
closeOnPointerdown
tofalse
whencloseOnClick
is set tofalse
@zag-js/store
dependency with a lightweight store implementation.v5.21.0
Compare Source
Added
useAsyncList
anduseCollator
hooks for managing asynchronous list operations and locale-awarestring comparison
ToastActionOptions
,ToastPlacement
,ToastPromiseOptions
,ToastStatus
,ToastStatusChangeDetails
, andToastType
Changed
div
instead oflegend
element for improved styling flexibilityaria-labelledby
attribute to fieldset root for better accessibility by linking to legendFixed
Date Picker
area.
min
/max
constraints.disabled
onapi.getMonths()
andapi.getYears()
results to indicate options out of range for currentconstraints.
Listbox
currently highlighted.
getElement
toscrollToIndexFn
detailshighlightedValue
if the item is no longer in the collection.Scroll Area
data-dragging
attribute to scrConfiguration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) in timezone UTC, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.